home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 31
/
Aminet 31 (1999)(Schatztruhe)[!][Jun 1999].iso
/
Aminet
/
util
/
libs
/
chunky_dev.lha
/
chunky_dev
/
Includes
/
C
/
proto
/
chunky.h
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1999-02-15
|
324 b
|
19 lines
#ifndef _PROTO_CHUNKY_H
#define _PROTO_CHUNKY_H
/*
** $VER: chunky.h 1.0 (15.2.99)
** Proto file for chunky.library
**
** (c) Copyright 1999 Rosande Limited, all rights reserved.
*/
#include <exec/types.h>
extern struct Library *ChunkyBase;
#include <clib/chunky_protos.h>
#include <pragmas/chunky_pragmas.h>
#endif